Package-level declarations

Types

Link copied to clipboard
data class Plan(val staticConfig: Plan.StaticConfig? = null, val items: List<Plan.Item>)

Plan file representation.

Properties

Link copied to clipboard

Convenience function that provides a list of all plan commands, in order.

Link copied to clipboard

Convenience function that provides a list of all plan item configs, in order.

Link copied to clipboard
const val FILE_TYPE: String

Current Plan format type.

Link copied to clipboard

Parrot version of the plan items.

Link copied to clipboard
const val VERSION: String

Current Plan format version.

Functions

Link copied to clipboard
fun Plan.generateTo(output: OutputStream, groundStationName: String)

Serializes a plan to a given output stream.

Link copied to clipboard

Parses a serialized plan from a given input stream.